找传奇、传世资源到传世资源站!

(C#) 玻璃效果按钮

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】(C#) 玻璃效果按钮
一个很好仿照Vista 系统的按钮,玻璃效果,很漂亮。内含源代码(C#)。

【相关图片】

from clipboard

from clipboard

【源码结构】

.
├── (C#) 玻璃效果按钮_VistaButton.rar
└── VistaButton
    ├── VistButtonDemo
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── VistButtonDemo.csproj
    │   ├── bin
    │   │   ├── Debug
    │   │   └── Release
    │   │       ├── VistButtonDemo.exe
    │   │       ├── VistButtonDemo.pdb
    │   │       ├── VistButtonDemo.vshost.exe
    │   │       ├── VistButtonDemo.vshost.exe.manifest
    │   │       ├── VistaButton.dll
    │   │       └── VistaButton.pdb
    │   └── obj
    │       ├── Debug
    │       │   └── TempPE
    │       └── Release
    │           ├── ResolveAssemblyReference.cache
    │           ├── TempPE
    │           ├── VistButtonDemo.Form1.resources
    │           ├── VistButtonDemo.Properties.Resources.resources
    │           ├── VistButtonDemo.csproj.FileListAbsolute.txt
    │           ├── VistButtonDemo.csproj.GenerateResource.Cache
    │           ├── VistButtonDemo.exe
    │           └── VistButtonDemo.pdb
    ├── VistaButton
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── VistaButton.cs
    │   ├── VistaButton.csproj
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── VistaButton.dll
    │   │   │   └── VistaButton.pdb
    │   │   └── Release
    │   │       ├── VistaButton.dll
    │   │       └── VistaButton.pdb
    │   └── obj
    │       ├── Debug
    │       │   ├── TempPE
    │       │   ├── VistaButton.csproj.FileListAbsolute.txt
    │       │   ├── VistaButton.dll
    │       │   └── VistaButton.pdb
    │       └── Release
    │           ├── TempPE
    │           ├── VistaButton.csproj.FileListAbsolute.txt
    │           ├── VistaButton.dll
    │           └── VistaButton.pdb
    ├── VistaButton.sln
    └── VistaButton.suo

21 directories, 39 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复